bufio.Reader.fill (method)

8 uses

	bufio (current package)
		bufio.go#L99: func (b *Reader) fill() {
		bufio.go#L151: 		b.fill() // b.w-b.r < len(b.buf) => buffer is not full
		bufio.go#L191: 			b.fill()
		bufio.go#L272: 		b.fill() // buffer is empty
		bufio.go#L307: 		b.fill() // b.w-b.r < len(buf) => buffer is not full
		bufio.go#L379: 		b.fill() // buffer is not full
		bufio.go#L539: 		b.fill() // buffer not full
		bufio.go#L549: 		b.fill() // buffer is empty